PUT api/rxi
Request Information
URI Parameters
None.
Body Parameters
RequestPrescriptionItemUpdate| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| Dosage | string |
None. |
|
| IntakeInstructions | string |
None. |
|
| IsActive | boolean |
None. |
|
| Quantity | integer |
None. |
|
| PrescriptionID | integer |
None. |
|
| ProductID | integer |
None. |
|
| SpecialInstructions | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"ID": 1,
"Dosage": "sample string 2",
"IntakeInstructions": "sample string 3",
"IsActive": true,
"Quantity": 5,
"PrescriptionID": 6,
"ProductID": 7,
"SpecialInstructions": "sample string 8"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.